home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WAVEPOOL.ARJ / PHASER.WPL < prev    next >
Text File  |  1992-04-08  |  223b  |  16 lines

  1.  
  2. #
  3. #       PHASER Wavepool program
  4. #
  5. #       Copyright 1992, Data Assist, Inc.
  6. #
  7.  
  8. BEGIN {
  9.     screate("phaser.sou");
  10.     sinwave2(300, 1800, 20000);
  11.     sclose(0);
  12.     sndvoc("phaser.sou", "phaser.voc");
  13. }
  14.  
  15.  
  16.